google.golang.org/protobuf/internal/impl.extensionTypeDescriptor.ContainingOneof (method, view implemented interface methods)

29 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_message.go#L73: 		isOneof := fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic()
		codec_message.go#L75: 			fs = si.oneofsByName[fd.ContainingOneof().Name()]
		codec_tables.go#L200: 	case fd.Syntax() == protoreflect.Proto3 && fd.ContainingOneof() == nil:
		message_reflect.go#L61: 		isOneof := fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic()
		message_reflect.go#L63: 			fs = si.oneofsByName[fd.ContainingOneof().Name()]
		message_reflect.go#L100: 		if od := fd.ContainingOneof(); od != nil && !od.IsSynthetic() {
		message_reflect.go#L188: 		isOneof := fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic()
		message_reflect.go#L190: 			fs = si.oneofsByName[fd.ContainingOneof().Name()]
		validate.go#L112: 	case fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic():

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L168: 					if od := t.ContainingOneof(); od != nil {

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L198: 	if fd.ContainingOneof() != nil {

	google.golang.org/protobuf/internal/order
		order.go#L22: 		ox, oy := x.ContainingOneof(), y.ContainingOneof()

	google.golang.org/protobuf/encoding/protojson
		decode.go#L227: 			if od := fd.ContainingOneof(); od != nil {
		encode.go#L181: 		if m.Has(fd) || fd.ContainingOneof() != nil {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L240: 			if od := fd.ContainingOneof(); od != nil {

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L355: 	case kf.Name() != genid.MapEntry_Key_field_name || kf.Number() != genid.MapEntry_Key_field_number || kf.Cardinality() != protoreflect.Optional || kf.ContainingOneof() != nil || kf.HasDefault():
		desc_validate.go#L357: 	case vf.Name() != genid.MapEntry_Value_field_name || vf.Number() != genid.MapEntry_Value_field_number || vf.Cardinality() != protoreflect.Optional || vf.ContainingOneof() != nil || vf.HasDefault():
		proto.go#L165: 	if oneof := field.ContainingOneof(); oneof != nil {

	google.golang.org/protobuf/reflect/protoreflect
		type.go#L374: 	ContainingOneof() OneofDescriptor

	github.com/golang/protobuf/jsonpb
		encode.go#L238: 		if od := fd.ContainingOneof(); od != nil {
		encode.go#L251: 			if !w.EmitDefaults || fd.ContainingOneof() != nil {

	github.com/golang/protobuf/proto
		defaults.go#L25: 			if fd.HasDefault() && fd.ContainingOneof() == nil {
		text_decode.go#L141: 		if od := fd.ContainingOneof(); od != nil && m.WhichOneof(od) != nil {
		text_encode.go#L272: 		if od := fd.ContainingOneof(); od != nil {